ComponentOne Xamarin.Android
MoveCurrentToNext Method


C1.CollectionView Assembly > C1.CollectionView Namespace > C1CollectionViewBase<T> Class : MoveCurrentToNext Method
Sets the item after the CurrentItem in the view as the CurrentItem.
Syntax
'Declaration
 
Public Function MoveCurrentToNext() As Boolean
'Usage
 
Dim instance As C1CollectionViewBase(Of T)
Dim value As Boolean
 
value = instance.MoveCurrentToNext()
public bool MoveCurrentToNext()
See Also

Reference

C1CollectionViewBase<T> Class
C1CollectionViewBase<T> Members